home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 June / EnigmA AMIGA RUN 08 (1996)(G.R. Edizioni)(IT)[!][issue 1996-06][EARSAN CD VII].iso / earcd / utilsys / rss14gmd.lha / RSys_1.4gmd / README < prev    next >
Text File  |  1996-05-05  |  3KB  |  96 lines

  1.  
  2. RSys1.4gmd
  3. ~~~~~~~~~~
  4.  
  5. This version is a port to SAS/C 6.5x of RSys1.3 written by Rolf Bohme
  6. apparently for compilation under Manx C. I've appended my initials
  7. as a way to distinguish the version from any other 1.4 version which may
  8. exist somewhere. 
  9.  
  10. The version of RSys1.3 used was taken off one of the Fish CDROMs
  11. about a year ago. Note that the latest version of RSys that I'm 
  12. aware of is in Disk A of Aminet Set 1 (1995), as 
  13. aminet/util/moni/RsysV1_3.lha. That version seems to have minor
  14. changes from previous 1.3 versions, incidentally.
  15.  
  16. Note that I've focussed only on producing a version which runs from
  17. the command line. Also some functions which access amigaguide stuff
  18. may not work- since none of the docs were in English I did not bother
  19. with this aspect. I'm releasing this version now since it is in a usable
  20. state and I don't have the time to work any more on it. I expect most
  21. would find it quite useful as it is, and the C-source a handy reference.
  22.  
  23. Note also that some (German) doc files, and others, are not included in
  24. this distribution. If you want them (they may not be totally relevant),
  25. you can get them off the Aminet disk referred to above.
  26.  
  27.  
  28. Bug fixes :-
  29.  
  30.     - Handler Input: <wrong type> fixed.
  31.     - Interrupts;     ditto
  32.     - DOS Lists; Volume Locks hung program requiring rebooting
  33.                  (fixed in the Aminet version)
  34.  
  35. Functional changes:-
  36.  
  37.     - Task window now shows processes
  38.     - Hardware window has some cosmetic changes
  39.     - Close requester removed
  40.     
  41.  
  42. Source Code Changes:-
  43.  
  44.     - all files reformatted using "indent"
  45.     - all "struct xxx" statements typedef'd
  46.     - SAS/C generated prototype files now used
  47.     - VERSION was scattered around lots of files;
  48.       now only in one to reduce compilation.
  49.     - heaps of minor changes (casts etc) to remove ALL compiler
  50.       WARNING flags (lot of effort)
  51.  
  52.  
  53. CopyRight Issue
  54. ~~~~~~~~~~~~~~~
  55.  
  56. Unfortunately I've been unable to contact Rolf by phone or e-mail at
  57. the addresses he has given in the Copyright file in the Aminet version,
  58. to get his explicit blessing for this distribution.
  59.  
  60. However as the Copyright (translated from the German) mentions the words
  61. and phrases  "giftware" , "Public Domain", "not meant to be sold for gain",
  62. so I saw no problem in a redistribution provided that these terms are
  63. respected.
  64.  
  65. So this version with C-source is distributed as freeware, and is not
  66. "not meant to be sold for gain".
  67.  
  68.  
  69. Disclaimer
  70. ~~~~~~~~~~
  71.  
  72. Use this program at your own risk.
  73.  
  74.  
  75. Acknowledgements
  76. ~~~~~~~~~~~~~~~~
  77.  
  78. To Rolf Bohme, for his great effort in producing this program.
  79.  
  80.  
  81. I acknowledge that any bugs found may have introduced by me:)
  82.  
  83. Gary Duncan
  84. 57 Melbourne Hill Rd
  85. Warrandyte
  86. Vic 3113
  87. Australia
  88.  
  89. E-mail: gduncan@werple.net.au
  90.  
  91. Date
  92. ~~~~
  93.  
  94. 05 May 96
  95.   
  96.